/* dekstop version */

/* clearing css */
*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  /* hero */
  .title_hero {
    color: #fff;
    text-align: left;
    font-size: 60px;
    line-height: 62px;
    margin-top: 150px;
    font-weight: 800;
  }

  .title_hero span {
    color: #1e90ff;
  }
  .button-hero {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 100px;
  }
  .button2 {
    margin-top: 0;
  }
  .sosmed {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: -50px;
    margin-left: 0;
    z-index: 10;
  }
  .logo_sosmed {
    width: 60px;
    padding-right: 15px;
    display: flex;
    cursor: pointer;
  }
  .logo_sosmed:last-child {
    margin-right: 0;
  }
  .logo_sosmed:hover {
    transform: scale(1.2);
    transition: all 0.5s ease;
  }
  /* statistik card (show in dekstop) */
  .statistik {
    width: 25%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 100px 0;
    right: 0;
    z-index: 10;
  }
  .statistik-table {
    width: 100%;
    padding: 20px;
    background-color: #1e90ff;
  }
  .statistik-table h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }
  .statistik-table p {
    font-size: 16;
    max-width: 300px;
    color: #fff;
  }

  /* tombol information */

  /* about us */
  .judul_about_us {
    font-size: 40px;
    text-align: left;
  }
  .line {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .isi_about_us {
    text-align: left;
    font-size: 18px;
  }

  /* visi misi */
  /* vision mission */

  .visi-misi {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .vision {
    width: 50%;
    height: 450px;
    background-color: #fff;
    display: flex;
    align-items: top;
    justify-content: center;
    padding: 60px;
  }

  .mission {
    width: 50%;
    height: 450px;
    background-color: #1e90ff;
    display: flex;
    align-items: top;
    justify-content: center;
    padding: 60px;
  }
  .vision .content,
  .mission .content {
    max-width: 500px;
  }
  .vision img,
  .mission img {
    position: absolute;
    width: 80px;
    margin-top: -30px;
    margin-left: -300px;
  }

  .vision h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1e90ff;
    margin: 10px;
  }
  .vision p {
    max-width: 250;
    font-size: 18px;
    font-weight: 500;
    color: #1e90ff;
    margin: 10px;
  }
  .mission h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 10px;
  }
  .mission p {
    max-width: 250;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 10px;
  }

  /* busines */
  .judul_business h1 {
    font-size: 40px;
    font-weight: 700;
    color: #242424;
    text-align: left;
  }
  .judul_business p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 20px 0;
  }
  .judul_business p span {
    font-weight: 700;
  }
  .business_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .business_button a {
    display: inline-flex;
  }
}
